home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / espelho-magico.swf / scripts / DefineButton2_196 / BUTTONCONDACTION on(release).as
Text File  |  2008-03-17  |  231b  |  11 lines

  1. on(release){
  2.    if(_root.girl_mc.eyelash_mc._currentframe == _root.girl_mc.eyelash_mc._totalframes)
  3.    {
  4.       _root.girl_mc.eyelash_mc.gotoAndStop(2);
  5.    }
  6.    else
  7.    {
  8.       _root.girl_mc.eyelash_mc.nextFrame();
  9.    }
  10. }
  11.